crypto/tls.Conn.clientProtocol (field)
10 uses
crypto/tls (current package)
conn.go#L99: clientProtocol string
conn.go#L1620: state.NegotiatedProtocol = c.clientProtocol
handshake_client.go#L922: c.clientProtocol = hs.serverHello.alpnProtocol
handshake_client_tls13.go#L544: c.clientProtocol = encryptedExtensions.alpnProtocol
handshake_client_tls13.go#L572: if hs.session.alpnProtocol != c.clientProtocol {
handshake_server.go#L275: c.clientProtocol = selectedProto
handshake_server_tls13.go#L265: c.clientProtocol = selectedProto
handshake_server_tls13.go#L411: sessionState.alpnProtocol == c.clientProtocol {
handshake_server_tls13.go#L778: encryptedExtensions.alpnProtocol = c.clientProtocol
ticket.go#L303: alpnProtocol: c.clientProtocol,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |